Previous Book Contents Book Index Next

Inside Macintosh: QuickTime /
Chapter 3 - Image Compression Manager / Image Compression Manager Reference
Image Compression Manager Functions / Constraining Compressed Data


GetCSequenceDataRateParams

The GetCSequenceDataRateParams function obtains the data rate parameters previously set with the SetCSequenceDataRateParams function, which is described in the previous section.

pascal OSErr GetCSequenceDataRateParams
                           (ImageSequence seqID, 
                            DataRateParamsPtr params);
seqID
Contains the unique sequence identifier that was returned by the CompressSequenceBegin function (described on page 3-100).
params
Points to the data rate parameters structure associated with the sequence identifier specified in the seqID parameter.
RESULT CODES
noErr0No error
paramErr-50Invalid parameter specified

Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996